home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / pmake / doc / index / README < prev    next >
Encoding:
Text File  |  1989-11-15  |  634 b   |  15 lines

  1. September 1, 1987
  2.     The files in this directory implement a simple ditroff postprocessor
  3. for producing alphabetically-sorted indices. Macros in tmac.index are used
  4. with the -ms macros to make entries in the index. Other helpful things are
  5. planned but unimplemented as yet. See the macro file for more information.
  6.  
  7. Typical use will be:
  8.     ditroff -Pcad -ms -t tmac.index doc.ms | index 
  9.  
  10. index will pick out the name of the typesetter to use, but it may be specified
  11. explicitly with a -P argument. Normally, all output will be sent to lpr for
  12. printing, but -t may be given to send the output to the standard output stream.
  13.  
  14. Adam de Boor
  15.